added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBWF4FlowChart / VBWF4FlowChart.vbproj
blob6216692a79624c4d306bb6162000911c38ba5219
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>10.0</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{4F09D34A-51FD-4CAA-9EA7-A0C30C199579}</ProjectGuid>
9     <ProjectTypeGuids>{32f31d43-81cc-4c15-9de6-3fc5453562b6};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10     <OutputType>Exe</OutputType>
11     <StartupObject>Sub Main</StartupObject>
12     <RootNamespace>VBWF4FlowChart</RootNamespace>
13     <AssemblyName>VBWF4FlowChart</AssemblyName>
14     <FileAlignment>512</FileAlignment>
15     <MyType>Console</MyType>
16     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18     <OptionExplicit>On</OptionExplicit>
19     <OptionCompare>Binary</OptionCompare>
20     <OptionStrict>Off</OptionStrict>
21     <OptionInfer>On</OptionInfer>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
24     <PlatformTarget>x86</PlatformTarget>
25     <DebugSymbols>true</DebugSymbols>
26     <DebugType>full</DebugType>
27     <DefineDebug>true</DefineDebug>
28     <DefineTrace>true</DefineTrace>
29     <OutputPath>..\Debug\</OutputPath>
30     <DocumentationFile>VBWF4FlowChart.xml</DocumentationFile>
31     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
34     <PlatformTarget>x86</PlatformTarget>
35     <DebugType>pdbonly</DebugType>
36     <DefineDebug>false</DefineDebug>
37     <DefineTrace>true</DefineTrace>
38     <Optimize>true</Optimize>
39     <OutputPath>..\Release\</OutputPath>
40     <DocumentationFile>VBWF4FlowChart.xml</DocumentationFile>
41     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
42   </PropertyGroup>
43   <ItemGroup>
44     <Reference Include="System" />
45     <Reference Include="System.Activities" />
46     <Reference Include="System.Core" />
47     <Reference Include="System.Xaml" />
48     <Reference Include="System.Xml" />
49   </ItemGroup>
50   <ItemGroup>
51     <Import Include="Microsoft.VisualBasic" />
52     <Import Include="System" />
53     <Import Include="System.Collections" />
54     <Import Include="System.Collections.Generic" />
55   </ItemGroup>
56   <ItemGroup>
57     <Compile Include="MainModule.vb" />
58     <Compile Include="My Project\AssemblyInfo.vb" />
59     <Compile Include="My Project\Application.Designer.vb">
60       <AutoGen>True</AutoGen>
61       <DependentUpon>Application.myapp</DependentUpon>
62     </Compile>
63     <Compile Include="My Project\Resources.Designer.vb">
64       <AutoGen>True</AutoGen>
65       <DesignTime>True</DesignTime>
66       <DependentUpon>Resources.resx</DependentUpon>
67     </Compile>
68     <Compile Include="My Project\Settings.Designer.vb">
69       <AutoGen>True</AutoGen>
70       <DependentUpon>Settings.settings</DependentUpon>
71       <DesignTimeSharedInput>True</DesignTimeSharedInput>
72     </Compile>
73     <Compile Include="ReadNumberActivity.vb" />
74   </ItemGroup>
75   <ItemGroup>
76     <EmbeddedResource Include="My Project\Resources.resx">
77       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
78       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
79       <CustomToolNamespace>My.Resources</CustomToolNamespace>
80       <SubType>Designer</SubType>
81     </EmbeddedResource>
82   </ItemGroup>
83   <ItemGroup>
84     <None Include="My Project\Application.myapp">
85       <Generator>MyApplicationCodeGenerator</Generator>
86       <LastGenOutput>Application.Designer.vb</LastGenOutput>
87     </None>
88     <None Include="My Project\Settings.settings">
89       <Generator>SettingsSingleFileGenerator</Generator>
90       <CustomToolNamespace>My</CustomToolNamespace>
91       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
92     </None>
93     <None Include="App.config" />
94   </ItemGroup>
95   <ItemGroup>
96     <Content Include="ReadMe.txt" />
97   </ItemGroup>
98   <ItemGroup>
99     <XamlAppDef Include="GuessNumberGameInFlowChart.xaml">
100       <Generator>MSBuild:Compile</Generator>
101       <SubType>Designer</SubType>
102     </XamlAppDef>
103   </ItemGroup>
104   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
105   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
106        Other similar extension points exist, see Microsoft.Common.targets.
107   <Target Name="BeforeBuild">
108   </Target>
109   <Target Name="AfterBuild">
110   </Target>
111   -->
112 </Project>